You are here: Appendix B: VBScript reference > About the objects > About the ProjectCopy object > The ProjectCopy object methods > UnlinkFromMaster method
UnlinkFromMaster method

Removes the reference between a project copy and its master document and optionally unlocks the master document if it was locked by the project copy that was detached.

Syntax

UnlinkFromMaster([UnlockMaster As Boolean = True])
Parameters

Name

Description

UnlockMaster

If True, unlocks the master document after the reference has been deleted. Optional.

Related concepts

About the ProjectCopy object

Related information

HasConcurrentPCs property

IsActive property

MasterLocked property

RequireMerge method

UndoMakeObsolete method